func github.com/andybalholm/brotli/flate.offsetCode

3 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_bit_writer.go#L444: 		w.offsetFreq[offsetCode(m.Distance)]++
		huffman_bit_writer.go#L495: 		offsetCode := offsetCode(offset)
		token.go#L67: func offsetCode(off int) uint32 {